home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m06.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  1.0 KB  |  45 lines

  1. on exitFrame
  2.   if rollOver(6) then
  3.     puppetSprite(6, 1)
  4.     set the castNum of sprite 6 to cast "b039.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 6 to cast "b039"
  8.     updateStage()
  9.   end if
  10.   if rollOver(7) then
  11.     puppetSprite(7, 1)
  12.     set the castNum of sprite 7 to cast "b040.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 7 to cast "b040"
  16.     updateStage()
  17.   end if
  18.   if rollOver(8) then
  19.     puppetSprite(8, 1)
  20.     set the castNum of sprite 8 to cast "b041.roll"
  21.     updateStage()
  22.   else
  23.     set the castNum of sprite 8 to cast "b041"
  24.     updateStage()
  25.   end if
  26.   if rollOver(9) then
  27.     puppetSprite(9, 1)
  28.     set the castNum of sprite 9 to cast "b042.roll"
  29.     updateStage()
  30.   else
  31.     set the castNum of sprite 9 to cast "b042"
  32.     updateStage()
  33.   end if
  34.   if rollOver(10) then
  35.     puppetSprite(10, 1)
  36.     set the castNum of sprite 10 to cast "b043.roll"
  37.     updateStage()
  38.   else
  39.     set the castNum of sprite 10 to cast "b043"
  40.     updateStage()
  41.   end if
  42.   mainMenuRollovers()
  43.   go(the frame)
  44. end
  45.